/** Returns the value of this input.
*/
public String getValue() {
return getDynamicProperty("value");
}
/** Sets the vallue of this input.
*/
/** Returns the value of this input.
*/
public String getValue() {
return (String)getDynamicProperty("value");
}
/** Sets the vallue of this input.
*/